Remove Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodRemove(KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>)
Removes a set of values from a given key. If all values associated with a key are removed, then the key is removed also.
(Overrides CollectionBase<(Of <KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>>)>..::Remove(T).)
Public methodRemove(TKey)
Removes a key from the dictionary. This method must be overridden in the derived class.
Public methodRemove(TKey, TValue)
Removes a key-value pair from the dictionary. This method must be overridden in the derived class.

See Also